projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
897897e
)
(auto-mode-alist): Treat .H and .hh as C++ files.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 26 May 1993 18:12:00 +0000
(18:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 26 May 1993 18:12:00 +0000
(18:12 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index f8a1ea1715b43347b382cde4674686efffac2d40..9d94626948fbd02f7ea7f3bd0fc43b735ad3b4c0 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-706,7
+706,9
@@
run `normal-mode' explicitly."
("\\.mss\\'" . scribe-mode)
("\\.pl\\'" . prolog-mode)
("\\.cc\\'" . c++-mode)
+ ("\\.hh\\'" . c++-mode)
("\\.C\\'" . c++-mode)
+ ("\\.H\\'" . c++-mode)
;;; ("\\.mk\\'" . makefile-mode)
;;; ("[Mm]akefile" . makefile-mode)
;;; Less common extensions come here